Skip to content

swaptop 1.0.6#8091

Open
chenrui333 wants to merge 1 commit into
mainfrom
swaptop-1.0.6
Open

swaptop 1.0.6#8091
chenrui333 wants to merge 1 commit into
mainfrom
swaptop-1.0.6

Conversation

@chenrui333

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Copilot AI review requested due to automatic review settings June 14, 2026 23:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the swaptop Homebrew formula to use the upstream v1.0.6 source archive (instead of v1.0.6t), aligning the formula’s stable URL and checksum with that tag.

Changes:

  • Switch the stable url from v1.0.6t to v1.0.6.
  • Update the corresponding sha256.
  • Remove the explicit version "1.0.6t" override (version now inferred from the URL).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Formula/s/swaptop.rb
Comment on lines +4 to +5
url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6.tar.gz"
sha256 "9197ec8821c5705a972d763d9c5f715624f0a31a1dd72a88804306654b3a2c22"

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4358b8ae95

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Formula/s/swaptop.rb
url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6t.tar.gz"
version "1.0.6t"
sha256 "d0315222a844debbb4f11bb0d9658a1fd4f691e3169dec47bd97d76268fa9d03"
url "https://github.com/luis-ota/swaptop/archive/refs/tags/v1.0.6.tar.gz"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add version_scheme when lowering the formula version

This URL makes the formula version infer as 1.0.6 after the parent explicitly set 1.0.6t. Homebrew's version comparison treats the trailing t as a later token, so existing installs at 1.0.6t will not be marked outdated by this lower 1.0.6 formula and won't move to the real v1.0.6 unless manually reinstalled. If the retag to v1.0.6 is intentional, add a version_scheme bump here so upgrades continue.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot added linux-only Formula depends on Linux rust Rust use is a significant feature of the PR or issue labels Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

linux-only Formula depends on Linux rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants